home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HTBasic 9.3
/
HTBasic 9.3.iso
/
93win
/
data1.cab
/
DLL_Toolkit
/
Source
/
HTBCursor
/
cursor.cpp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
2005-03-02
|
243 b
|
25 lines
// Cursor.cpp
// High Tech BASIC, Copyright (C) TransEra Corp 1999, All Rights Reserved.
#include <afxwin.h>
#include "export.h"
void Setcursor(char * cursor)
{ SetBasicCursor(cursor);
}